home *** CD-ROM | disk | FTP | other *** search
/ Champak 138 / Volume 138 Aug 19 2011 - Damaged.iso / Games / shore-siege.swf / scripts / DefineSprite_395 / frame_1 / PlaceObject2_381_10 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Text File  |  2011-08-19  |  192b  |  11 lines

  1. onClipEvent(enterFrame){
  2.    if(_parent.BG.clouds._x > 0)
  3.    {
  4.       _parent.BG.clouds._x -= _parent.BG.clouds._width / 2;
  5.    }
  6.    else
  7.    {
  8.       _parent.BG.clouds._x += 1.5;
  9.    }
  10. }
  11.